home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 107_01.zip / FLOAT-44.DOC < prev    next >
Text File  |  1993-06-06  |  1KB  |  28 lines

  1.  
  2.         The Incredible Superpowerful 
  3.         Floating Point Package for BDS C v1.4
  4.         *************************************
  5.         software written by: Bob Mathias
  6.         this documentation by: Leor Zolman
  7.  
  8.     Components of the floating point package:
  9.  
  10.         1)    FLOAT.DOC:    This documentation file
  11.         2)    FLOAT.C:    File of support functions, written in C
  12.         3)    FP:        The workhorse function (in DEFF2.CRL)
  13.         4)  FLOATSUM.C    A Sample use of all this stuff
  14.  
  15.  EXTENDED VERSION ADDING FIVE USEFUL FUNCTIONS, USING THE V 1.44
  16.   STATIC CAPABILITY, AND ADDING THE ZERO PAD FEATURE TO _spr
  17.   (This is a further improvement of previous FLOATXT)
  18.          1) FLOAT+44.DOC    This documentation file
  19.          2) FLOAT+44.C    File of support functions, with
  20.                  five added functions, written in C
  21.                  Also has modified _spr to provide
  22.                  zero pad on unsigned and uses
  23.                  the BDS C V 1.44 ability to
  24.                  embed '\0' in string constants
  25.                  to eliminate the need for
  26.                  using initb().
  27.          3) FP        unchanged
  28.          4) NEWFPVAL